ExpandJsonElement

@Serializable
open class ExpandJsonElement : Record

Used for when you wish to serialize a Record with multiple expanded relations of different types or nested relations. Be sure you include the ExpandRelations field in the request.

For a full example of how to serialize a Record with multiple or nested expanded relations see the docs

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val collectionId: String? = null
Link copied to clipboard
val collectionName: String? = null
Link copied to clipboard
val expand: Map<String, JsonElement>? = null
Link copied to clipboard
open val id: String? = null

Functions

Link copied to clipboard
open override fun toString(): String